{ "version": 4, "terraform_version": "1.6.1", "serial": 240, "lineage": "054e0f79-15b1-2338-98c0-6a45578494e9", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-fb67bf314e50563f0", "ami": "ami-a4b7f89f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a6f38ef3"], "subnet_id": "subnet-561709b1", "key_name": "prod-deploy-key" } } ] } ] }