{ "version": 4, "terraform_version": "1.8.8", "serial": 267, "lineage": "570ec9d0-f91b-7b29-8b04-b52ae7b3b12d", "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-3f1c320cd504e3866", "ami": "ami-44a762a4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8f8c49e7"], "subnet_id": "subnet-34ed5645", "key_name": "prod-deploy-key" } } ] } ] }