{ "version": 4, "terraform_version": "1.6.0", "serial": 572, "lineage": "21c6be09-234b-5cb9-52c3-d879e7a339ed", "outputs": { "db_endpoint": { "value": "db-3.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-2e5bd28b57ba5b6f4", "ami": "ami-d63e268e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3a23836b"], "subnet_id": "subnet-0d6a9b12", "key_name": "prod-deploy-key" } } ] } ] }