{ "version": 4, "terraform_version": "1.6.6", "serial": 538, "lineage": "64e1f5b7-0a23-713f-4294-141178eaf05f", "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-a7706cb2556da4d67", "ami": "ami-b289197e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0c9d239e"], "subnet_id": "subnet-3d379f0b", "key_name": "prod-deploy-key" } } ] } ] }