{ "version": 4, "terraform_version": "1.5.5", "serial": 183, "lineage": "f5f06bd9-16bb-70a0-1d6e-f80905709020", "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-a57fa275a0b6c16c9", "ami": "ami-3ebd98cb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e431f4ca"], "subnet_id": "subnet-9157e458", "key_name": "prod-deploy-key" } } ] } ] }