{ "version": 4, "terraform_version": "1.7.0", "serial": 318, "lineage": "d8cded3a-0cd0-e073-46b9-9ba1325cee42", "outputs": { "db_endpoint": { "value": "db-4.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-d9866804171e6396c", "ami": "ami-476c44c0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-817fecc6"], "subnet_id": "subnet-5be29658", "key_name": "prod-deploy-key" } } ] } ] }