{ "version": 4, "terraform_version": "1.8.3", "serial": 493, "lineage": "83f75c46-0802-36a9-4954-05c2b0296013", "outputs": { "db_endpoint": { "value": "db-1.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-211525dca1e2709da", "ami": "ami-1046797b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0e612fe6"], "subnet_id": "subnet-05719686", "key_name": "prod-deploy-key" } } ] } ] }