{ "version": 4, "terraform_version": "1.5.0", "serial": 526, "lineage": "a9bab10b-3912-4063-f0a1-f2f61bafab25", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-7e26ee0c8a1d8a6ac", "ami": "ami-db562e32", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e3898e53"], "subnet_id": "subnet-b4cbe83e", "key_name": "prod-deploy-key" } } ] } ] }