{ "version": 4, "terraform_version": "1.5.7", "serial": 596, "lineage": "036a4a1e-7fa2-f384-fffd-96fce64702c5", "outputs": { "db_endpoint": { "value": "db-2.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-49a133194f7baecbe", "ami": "ami-62b376c3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9f997ecb"], "subnet_id": "subnet-c8a97e56", "key_name": "prod-deploy-key" } } ] } ] }