{ "version": 4, "terraform_version": "1.7.2", "serial": 166, "lineage": "63b9b34f-d770-944b-788d-4c5dd7dda0c8", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-97414c714f597a326", "ami": "ami-539b1433", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5c4c5315"], "subnet_id": "subnet-b4e05475", "key_name": "prod-deploy-key" } } ] } ] }