{ "version": 4, "terraform_version": "1.6.2", "serial": 440, "lineage": "6b09fa03-4ab1-281e-c4dd-5ea1707baf43", "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-fbbdbf7a7015de0a1", "ami": "ami-92bac001", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-92cf1444"], "subnet_id": "subnet-3f5c6370", "key_name": "prod-deploy-key" } } ] } ] }