{ "version": 4, "terraform_version": "1.8.6", "serial": 328, "lineage": "1cf4bcce-04ef-0b88-b670-7f85548a615c", "outputs": { "db_endpoint": { "value": "db-1.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-0477701e6ecea3ef6", "ami": "ami-0ed723a4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0cf1bfb5"], "subnet_id": "subnet-56c7d972", "key_name": "prod-deploy-key" } } ] } ] }