{ "version": 4, "terraform_version": "1.6.4", "serial": 309, "lineage": "26fa42ff-c38e-e1b2-c0a6-414ca7014433", "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-e09d73be8a5b09c21", "ami": "ami-a867a002", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b5afa699"], "subnet_id": "subnet-5bb5faa8", "key_name": "prod-deploy-key" } } ] } ] }