{ "version": 4, "terraform_version": "1.8.7", "serial": 519, "lineage": "52fd5add-6391-7359-3e87-f71beece1662", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-fd24d1c06164c5de8", "ami": "ami-5689f3e9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3a412cc8"], "subnet_id": "subnet-6bfb6322", "key_name": "prod-deploy-key" } } ] } ] }