{ "version": 4, "terraform_version": "1.6.1", "serial": 110, "lineage": "756e04e0-b63e-7c4d-3416-a0edae87294a", "outputs": { "db_endpoint": { "value": "db-2.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-e97033cbee3b04f7e", "ami": "ami-0624789d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5c5422e7"], "subnet_id": "subnet-09911a66", "key_name": "prod-deploy-key" } } ] } ] }