{ "version": 4, "terraform_version": "1.7.9", "serial": 271, "lineage": "774fd294-9598-5cad-51c7-f7a8e6ad832e", "outputs": { "db_endpoint": { "value": "db-1.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-c5dbb7ea9f895557f", "ami": "ami-599f74fb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-670845f7"], "subnet_id": "subnet-12359adb", "key_name": "prod-deploy-key" } } ] } ] }