{ "version": 4, "terraform_version": "1.6.7", "serial": 559, "lineage": "c19f48d2-2478-3c9a-6cbf-c533b1476e75", "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-6dd48edac81c95915", "ami": "ami-7bc74d8e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2b1563dc"], "subnet_id": "subnet-6cc3ef80", "key_name": "prod-deploy-key" } } ] } ] }