{ "version": 4, "terraform_version": "1.7.2", "serial": 125, "lineage": "a493167f-0e9f-045b-c9e6-66cd3304ddc9", "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-4e78f59f499a381df", "ami": "ami-fedf931f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-136d108e"], "subnet_id": "subnet-f791e024", "key_name": "prod-deploy-key" } } ] } ] }