{ "version": 4, "terraform_version": "1.8.9", "serial": 412, "lineage": "c93d0723-d6e3-5b62-cf51-37369e6a324a", "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-9c8cd3c7734e4f5de", "ami": "ami-9d100f80", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eb084bbd"], "subnet_id": "subnet-1ee098ae", "key_name": "prod-deploy-key" } } ] } ] }