{ "version": 4, "terraform_version": "1.5.1", "serial": 100, "lineage": "9906ba1e-7a6a-10e7-fb73-b32dff23e3f8", "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-ba9ca9a6149234269", "ami": "ami-5322af96", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5ecd5ae0"], "subnet_id": "subnet-6d994acc", "key_name": "prod-deploy-key" } } ] } ] }