{ "version": 4, "terraform_version": "1.8.6", "serial": 443, "lineage": "44953165-5716-0520-f56a-47f2c9fd37e1", "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-d25833879ac17eb96", "ami": "ami-d8c18909", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c9096dce"], "subnet_id": "subnet-414fd4a4", "key_name": "prod-deploy-key" } } ] } ] }