{ "version": 4, "terraform_version": "1.6.3", "serial": 463, "lineage": "271b0e73-a023-57f8-ecc2-4a6dbe6768ec", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-de51251c6e0a14fdb", "ami": "ami-8e352ab6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-77cce823"], "subnet_id": "subnet-59f2294d", "key_name": "prod-deploy-key" } } ] } ] }