{ "version": 4, "terraform_version": "1.5.5", "serial": 582, "lineage": "07a40e4c-606c-82e6-9773-2f27ed9e3246", "outputs": { "db_endpoint": { "value": "db-4.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-6dbc90d58910559ad", "ami": "ami-35f08b56", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8364f06d"], "subnet_id": "subnet-b14ad952", "key_name": "prod-deploy-key" } } ] } ] }