{ "version": 4, "terraform_version": "1.7.7", "serial": 396, "lineage": "2d087174-2eb8-dce7-2e5e-a0eec7c7e0d7", "outputs": { "db_endpoint": { "value": "db-2.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-5b759b157b08e0a82", "ami": "ami-3a0df6b2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7101d535"], "subnet_id": "subnet-38fac87c", "key_name": "prod-deploy-key" } } ] } ] }