{ "version": 4, "terraform_version": "1.6.0", "serial": 265, "lineage": "2c34b13b-374d-28bc-4363-90c2fcd4c6ec", "outputs": { "db_endpoint": { "value": "db-4.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-d0f11f334d8500bcd", "ami": "ami-4f34ea85", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d2562e88"], "subnet_id": "subnet-aaa83da1", "key_name": "prod-deploy-key" } } ] } ] }