{ "version": 4, "terraform_version": "1.7.3", "serial": 563, "lineage": "4a0d0b66-0e09-df55-3c59-7c3937b5f878", "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-d7521ae0a0210dc37", "ami": "ami-61c41bc6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ea435792"], "subnet_id": "subnet-1fce8a13", "key_name": "prod-deploy-key" } } ] } ] }