{ "version": 4, "terraform_version": "1.5.9", "serial": 116, "lineage": "a7e1e413-c175-2090-5719-4f398dedda50", "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-cbe4e0089e393de2a", "ami": "ami-899fbeb3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c4395693"], "subnet_id": "subnet-f7ed83a6", "key_name": "prod-deploy-key" } } ] } ] }