{ "version": 4, "terraform_version": "1.7.6", "serial": 422, "lineage": "df285b46-ed96-65de-776e-f0e6e1ae3d1c", "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-e57547b5695741e75", "ami": "ami-9b1f8735", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-da76ef06"], "subnet_id": "subnet-cd8050b9", "key_name": "prod-deploy-key" } } ] } ] }