{ "version": 4, "terraform_version": "1.5.6", "serial": 147, "lineage": "69a060af-25d6-3171-d7c0-2a1caec05053", "outputs": { "db_endpoint": { "value": "db-0.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-2b278288cd9213245", "ami": "ami-19a03fb0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4134481e"], "subnet_id": "subnet-7038ca38", "key_name": "prod-deploy-key" } } ] } ] }