{ "version": 4, "terraform_version": "1.7.1", "serial": 515, "lineage": "f5c10c87-98da-d25c-b2ea-a4e45a17da31", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-477601d32284c2390", "ami": "ami-57fa51bb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-19aadece"], "subnet_id": "subnet-c4090e3c", "key_name": "prod-deploy-key" } } ] } ] }