{ "version": 4, "terraform_version": "1.6.8", "serial": 276, "lineage": "ca80dcd2-f2f8-e7af-f200-ebba48fb3ad7", "outputs": { "db_endpoint": { "value": "db-0.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-0c2c60902a81eff9e", "ami": "ami-d0f32f39", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-76a971e5"], "subnet_id": "subnet-01de1e6c", "key_name": "prod-deploy-key" } } ] } ] }