{ "version": 4, "terraform_version": "1.5.8", "serial": 501, "lineage": "32139d1f-f31e-cbb1-9995-6d7d37612266", "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-2ffb152c6ceb56cd5", "ami": "ami-ec763da1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6b528195"], "subnet_id": "subnet-12d16eff", "key_name": "prod-deploy-key" } } ] } ] }