{ "version": 4, "terraform_version": "1.6.9", "serial": 393, "lineage": "b59f9ccc-0ad2-92d1-09d9-eed4ad1fa574", "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-41a275da5de4f4175", "ami": "ami-77827f4d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d2d15190"], "subnet_id": "subnet-f5a76089", "key_name": "prod-deploy-key" } } ] } ] }