{ "version": 4, "terraform_version": "1.5.0", "serial": 392, "lineage": "98de5397-9e9d-ec3f-b9a1-57906c34edbe", "outputs": { "db_endpoint": { "value": "db-3.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-e6b9315612f4baef4", "ami": "ami-7edc5863", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2a4429ad"], "subnet_id": "subnet-59fa1fae", "key_name": "prod-deploy-key" } } ] } ] }