{ "version": 4, "terraform_version": "1.6.3", "serial": 248, "lineage": "1c4fe55f-1322-af80-1d07-8eb72e85a0fc", "outputs": { "db_endpoint": { "value": "db-0.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-66f81d59a471ddd6f", "ami": "ami-8545feb1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-71b1bb4c"], "subnet_id": "subnet-e564261d", "key_name": "prod-deploy-key" } } ] } ] }