{ "version": 4, "terraform_version": "1.8.3", "serial": 538, "lineage": "dbdd78ff-2f4a-ea5a-4053-69f6994c24da", "outputs": { "db_endpoint": { "value": "db-1.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-7f0dedec49c6dd8ac", "ami": "ami-bad77660", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8ce53463"], "subnet_id": "subnet-18f446aa", "key_name": "prod-deploy-key" } } ] } ] }