{ "version": 4, "terraform_version": "1.8.1", "serial": 209, "lineage": "0d28a4a0-a160-d129-8b67-d1da8834f92b", "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-db9960b92b059d678", "ami": "ami-f204b8fb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-697c2ab6"], "subnet_id": "subnet-32d8ce11", "key_name": "prod-deploy-key" } } ] } ] }