{ "version": 4, "terraform_version": "1.8.2", "serial": 501, "lineage": "9b46a79e-2a66-b69a-da76-0bb8c99b62f4", "outputs": { "db_endpoint": { "value": "db-4.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-a5d210da7eee59d4f", "ami": "ami-cc9a0877", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e5408e3f"], "subnet_id": "subnet-2676bf33", "key_name": "prod-deploy-key" } } ] } ] }