{ "version": 4, "terraform_version": "1.5.7", "serial": 283, "lineage": "5699e89e-ca77-1812-c472-bda86901c51f", "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-f39f295481f9a38cd", "ami": "ami-f6150549", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a2a96639"], "subnet_id": "subnet-677472b6", "key_name": "prod-deploy-key" } } ] } ] }