{ "version": 4, "terraform_version": "1.5.0", "serial": 358, "lineage": "931bada5-aa59-39da-aa7c-10f14a3e7b94", "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-0278e2506c86c42d8", "ami": "ami-60ba49a1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ae4bfecf"], "subnet_id": "subnet-e8d91f40", "key_name": "prod-deploy-key" } } ] } ] }