{ "version": 4, "terraform_version": "1.8.9", "serial": 533, "lineage": "31d3c0f9-2f89-1e99-e5ff-edf1e5d03d01", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-fcdd4852981e664b9", "ami": "ami-436ff47d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e1a7d5f7"], "subnet_id": "subnet-ba394045", "key_name": "prod-deploy-key" } } ] } ] }