{ "version": 4, "terraform_version": "1.6.0", "serial": 555, "lineage": "2495ba9c-be86-d06f-b9d3-99ded49d77fb", "outputs": { "db_endpoint": { "value": "db-0.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-4b5b0261cccbc57a5", "ami": "ami-1ca0834d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-176344b8"], "subnet_id": "subnet-d9293913", "key_name": "prod-deploy-key" } } ] } ] }