{ "version": 4, "terraform_version": "1.8.4", "serial": 299, "lineage": "99550860-3b7d-ee7a-19a0-bf289d341f97", "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-616b6a12c5e1e8df4", "ami": "ami-92d8029b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8c7c6b42"], "subnet_id": "subnet-0d12c280", "key_name": "prod-deploy-key" } } ] } ] }