{ "version": 4, "terraform_version": "1.7.5", "serial": 175, "lineage": "9638c555-4b6d-7753-7d8e-b1140e733d06", "outputs": { "db_endpoint": { "value": "db-4.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-1391f5a58975a028e", "ami": "ami-f31e3643", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f32da15e"], "subnet_id": "subnet-4811235c", "key_name": "prod-deploy-key" } } ] } ] }