{ "version": 4, "terraform_version": "1.8.0", "serial": 490, "lineage": "b3e4c338-8e6b-67f6-efc7-0c0250273f5c", "outputs": { "db_endpoint": { "value": "db-0.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-ccf90ade778ad7bc5", "ami": "ami-8850508b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-211d132c"], "subnet_id": "subnet-47df46a0", "key_name": "prod-deploy-key" } } ] } ] }