{ "version": 4, "terraform_version": "1.7.8", "serial": 432, "lineage": "17673329-27be-e6c8-c51b-f07118373e80", "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-b7f8c566701c9a95f", "ami": "ami-068de8c0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-213a7daf"], "subnet_id": "subnet-14d2d0c1", "key_name": "prod-deploy-key" } } ] } ] }