{ "version": 4, "terraform_version": "1.7.4", "serial": 517, "lineage": "f4411b39-7012-1e35-eb7e-fb97bcbc40d3", "outputs": { "db_endpoint": { "value": "db-3.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-1d7b58cbd8b3893e2", "ami": "ami-e634c40d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e35039ab"], "subnet_id": "subnet-f0a74637", "key_name": "prod-deploy-key" } } ] } ] }