{ "version": 4, "terraform_version": "1.8.1", "serial": 205, "lineage": "ff6f8124-f55a-6b8d-fa1f-13e7fff3b5ae", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-43ba4950b07fc70e9", "ami": "ami-66f027c1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ef167175"], "subnet_id": "subnet-d85bcb51", "key_name": "prod-deploy-key" } } ] } ] }