{ "version": 4, "terraform_version": "1.7.0", "serial": 315, "lineage": "ed5d7cd7-819c-a5e7-aa04-d80cbe608eec", "outputs": { "db_endpoint": { "value": "db-4.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-f916b67883f046aa7", "ami": "ami-a3ed5cf6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d0408c51"], "subnet_id": "subnet-366f8558", "key_name": "prod-deploy-key" } } ] } ] }