{ "version": 4, "terraform_version": "1.7.1", "serial": 521, "lineage": "a34e83a7-4ee5-dfa3-8700-870504a80d17", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-bc391d1571a6a4618", "ami": "ami-0548f165", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5afc0fe5"], "subnet_id": "subnet-e83db401", "key_name": "prod-deploy-key" } } ] } ] }