{ "version": 4, "terraform_version": "1.6.5", "serial": 528, "lineage": "579afd4a-635f-b0e4-bd1e-9bb5801d4eec", "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-9c5c2a836b3c7592b", "ami": "ami-6d431225", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-888499ee"], "subnet_id": "subnet-8652e687", "key_name": "prod-deploy-key" } } ] } ] }