{ "version": 4, "terraform_version": "1.7.7", "serial": 136, "lineage": "c9f3615a-94f4-aca5-1fc9-1ce952684490", "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-1e99a0712e77d0c55", "ami": "ami-c5407f3e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-31649cc8"], "subnet_id": "subnet-e2b3627c", "key_name": "prod-deploy-key" } } ] } ] }