{ "version": 4, "terraform_version": "1.5.7", "serial": 427, "lineage": "9f0be91f-6d0b-c9cc-09bd-5a502a07b8fd", "outputs": { "db_endpoint": { "value": "db-4.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-b57c718b47d4fe76f", "ami": "ami-6d7d85b8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c3d80029"], "subnet_id": "subnet-114ad8e1", "key_name": "prod-deploy-key" } } ] } ] }