{ "version": 4, "terraform_version": "1.5.2", "serial": 138, "lineage": "3537f5f5-441f-dc33-f11a-9606ba6d42df", "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-8e1e6fa66346297a6", "ami": "ami-dc0e3e53", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1cec43d0"], "subnet_id": "subnet-3b5b4515", "key_name": "prod-deploy-key" } } ] } ] }