{ "version": 4, "terraform_version": "1.7.7", "serial": 540, "lineage": "bb309db5-efaa-817a-bbea-b1a3d1d032ec", "outputs": { "db_endpoint": { "value": "db-3.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-e36764e68be4cf185", "ami": "ami-57e77b26", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-292954dc"], "subnet_id": "subnet-bd3b2701", "key_name": "prod-deploy-key" } } ] } ] }