{ "version": 4, "terraform_version": "1.5.0", "serial": 555, "lineage": "36bc9732-26d4-7b27-5760-22cc03347ebb", "outputs": { "db_endpoint": { "value": "db-4.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-49c09e7a1ecc80ee4", "ami": "ami-0fec0251", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dc9fab60"], "subnet_id": "subnet-c52d808b", "key_name": "prod-deploy-key" } } ] } ] }