{ "version": 4, "terraform_version": "1.7.8", "serial": 421, "lineage": "f6493e48-713a-1084-5cf5-19cb7d76e5ec", "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-749e880f97998d257", "ami": "ami-a8d55c2b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-592b702f"], "subnet_id": "subnet-bfed9a98", "key_name": "prod-deploy-key" } } ] } ] }