{ "version": 4, "terraform_version": "1.8.8", "serial": 364, "lineage": "3e9b79a9-59c6-8921-1cd9-0ac10279fa75", "outputs": { "db_endpoint": { "value": "db-2.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-76d0849ffa330cdb8", "ami": "ami-06cecf07", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-069013d1"], "subnet_id": "subnet-8f38d859", "key_name": "prod-deploy-key" } } ] } ] }