{ "version": 4, "terraform_version": "1.5.0", "serial": 501, "lineage": "2f561283-bf45-a1cb-1ec6-30337d1dfbb5", "outputs": { "db_endpoint": { "value": "db-0.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-dc962c76844dbd186", "ami": "ami-a47dbeec", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b7341169"], "subnet_id": "subnet-a220648c", "key_name": "prod-deploy-key" } } ] } ] }