{ "version": 4, "terraform_version": "1.5.0", "serial": 432, "lineage": "870ec6f6-ed9f-b2a6-1f08-da37e6a7c92c", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-00b7dfa4948a7fdbb", "ami": "ami-4acb0c67", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bd1e4002"], "subnet_id": "subnet-4e6a37b5", "key_name": "prod-deploy-key" } } ] } ] }