{ "version": 4, "terraform_version": "1.5.8", "serial": 294, "lineage": "c695ce3b-8898-623b-6f75-d0905d05f84c", "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-37399ab838b531a16", "ami": "ami-9eb49847", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-32adc9a7"], "subnet_id": "subnet-43306a90", "key_name": "prod-deploy-key" } } ] } ] }