{ "version": 4, "terraform_version": "1.8.2", "serial": 130, "lineage": "d0dbbb98-e559-3c7c-125c-336214ed2bae", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-8504444f70f06edba", "ami": "ami-f8a8b980", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5cd72b07"], "subnet_id": "subnet-b60b485b", "key_name": "prod-deploy-key" } } ] } ] }