{ "version": 4, "terraform_version": "1.5.0", "serial": 556, "lineage": "f505ca94-d06e-9b84-a4cb-6af1fc6924cc", "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-48de954f45f81a28c", "ami": "ami-96a00ccf", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-453571e3"], "subnet_id": "subnet-a9aa00e3", "key_name": "prod-deploy-key" } } ] } ] }